home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://minimap/skin/maps.css" type="text/css"?>
-
- <!DOCTYPE dialog SYSTEM "chrome://minimap/locale/mapsprefs.dtd">
-
- <dialog title="&help.caption;"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- maxwidth="400"
- onload="initHelp();"
- buttons="cancel"
- buttonlabelcancel="&help.close;">
-
- <script type="application/x-javascript" src="chrome://minimap/content/help.js"/>
-
- <groupbox>
- <caption label="&help.caption1;"/>
- <hbox>
- <label id="mgHelpLabel" class="header"/>
- </hbox>
- </groupbox>
-
- <groupbox flex="1">
- <caption label="&help.caption2;"/>
- <description id="mgHelpDesc" flex="1"></description>
- </groupbox>
-
- </dialog>
-